Executable Statements
Pascal C/C++
wNO PASCAL EQUIVALENT
lThe C compound statement may begin with declarations for local variables:
{
int temp;
temp = y;
y = z;
z = temp;
}
l